projects
/
gtk+3.0.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65457e6
)
Trivial cleanup
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 19 Nov 2017 13:29:37 +0000
(08:29 -0500)
committer
Daniel Boles
<dboles@src.gnome.org>
Wed, 22 Nov 2017 19:11:31 +0000
(19:11 +0000)
Better to use G_SOURCE_REMOVE than FALSE, for clarity.
gtk/gtkgesturelongpress.c
patch
|
blob
|
history
diff --git
a/gtk/gtkgesturelongpress.c
b/gtk/gtkgesturelongpress.c
index 8cbcce76e7b8568ac37d43ad041799221b0830e7..2ae78b486e684c498439ebde72df7c2f84e0c55c 100644
(file)
--- a/
gtk/gtkgesturelongpress.c
+++ b/
gtk/gtkgesturelongpress.c
@@
-107,7
+107,7
@@
_gtk_gesture_long_press_timeout (gpointer user_data)
priv->triggered = TRUE;
g_signal_emit (gesture, signals[PRESSED], 0, x, y);
- return
FALS
E;
+ return
G_SOURCE_REMOV
E;
}
static void